[INFO] cloning repository https://github.com/CeeArEx/MCP-Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CeeArEx/MCP-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCeeArEx%2FMCP-Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCeeArEx%2FMCP-Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c7ea2a38260e741b4e5e4f054067f2b1ae626238
[INFO] fixing CeeArEx/MCP-Rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCeeArEx%2FMCP-Rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CeeArEx/MCP-Rust
[INFO] finished tweaking git repo https://github.com/CeeArEx/MCP-Rust
[INFO] tweaked toml for git repo https://github.com/CeeArEx/MCP-Rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CeeArEx/MCP-Rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CeeArEx/MCP-Rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rmcp-macros v0.8.5
[INFO] [stderr]   Downloaded schemars_derive v1.2.1
[INFO] [stderr]   Downloaded rmcp v0.8.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160
[INFO] running `Command { std: "docker" "start" "265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking servo_arc v0.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking ego-tree v0.6.3
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling rmcp-macros v0.8.5
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking cssparser v0.31.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking scraper v0.20.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking rmcp v0.8.5
[INFO] [stderr]     Checking mcp-rust-builder v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `PathBuf` in this scope
[INFO] [stdout]   --> tests/integration_safety.rs:15:79
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn validate_path_within_workspace(path: &str, workspace: &Path) -> Result<PathBuf, String> {
[INFO] [stdout]    |                                                                               ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use crate::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use std::path::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PathBuf` in this scope
[INFO] [stdout]   --> tests/integration_safety.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let requested = PathBuf::from(path);
[INFO] [stdout]    |                         ^^^^^^^ use of undeclared type `PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use crate::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use std::path::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PathBuf` in this scope
[INFO] [stdout]   --> tests/integration_safety.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let mut suffix = PathBuf::new();
[INFO] [stdout]    |                              ^^^^^^^ use of undeclared type `PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use crate::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use std::path::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PathBuf` in this scope
[INFO] [stdout]   --> tests/integration_safety.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |                     suffix = PathBuf::from(file_name).join(&suffix);
[INFO] [stdout]    |                              ^^^^^^^ use of undeclared type `PathBuf`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use crate::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 10 +     use std::path::PathBuf;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]  --> tests/integration_safety.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::PathBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_minimal_project` is never used
[INFO] [stdout]   --> tests/integration_core.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | async fn create_minimal_project(dir: &PathBuf) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mcp-rust-builder` (test "integration_safety") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `ProjectFile`
[INFO] [stdout]  --> src/utils/mod.rs:6:48
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use walk::{walk_project_files, WalkConfig, ProjectFile};
[INFO] [stdout]   |                                                ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ProjectFile`
[INFO] [stdout]  --> src/utils/mod.rs:6:48
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use walk::{walk_project_files, WalkConfig, ProjectFile};
[INFO] [stdout]   |                                                ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `approval_msg`
[INFO] [stdout]     --> src/main.rs:1122:20
[INFO] [stdout]      |
[INFO] [stdout] 1122 |         if let Err(approval_msg) = self.shell.check_permission(command).await {
[INFO] [stdout]      |                    ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_approval_msg`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `IntoMcpResult` is never used
[INFO] [stdout]    --> src/main.rs:265:7
[INFO] [stdout]     |
[INFO] [stdout] 265 | trait IntoMcpResult<T> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs_path` is never read
[INFO] [stdout]   --> src/tools/search_docs.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct RustDocsSearcher {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 59 |     docs_path: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RustDocsSearcher` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `docs_path` is never used
[INFO] [stdout]    --> src/tools/search_docs.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl RustDocsSearcher {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn docs_path(&self) -> &std::path::Path {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `approved_commands` is never read
[INFO] [stdout]    --> src/tools/shell.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub struct ShellExecutor {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 129 |     approved_commands: RwLock<HashSet<String>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `loaded_projects` is never read
[INFO] [stdout]   --> src/tools/checkpoint.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct CheckpointManager {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 60 |     /// In-memory cache: Key = project root path string → list of checkpoint names
[INFO] [stdout] 61 |     loaded_projects: RwLock<HashMap<String, Vec<String>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SetSafetyRequest` is never constructed
[INFO] [stdout]   --> src/tools/safety_config.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct SetSafetyRequest {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `approval_msg`
[INFO] [stdout]     --> src/main.rs:1122:20
[INFO] [stdout]      |
[INFO] [stdout] 1122 |         if let Err(approval_msg) = self.shell.check_permission(command).await {
[INFO] [stdout]      |                    ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_approval_msg`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `IntoMcpResult` is never used
[INFO] [stdout]    --> src/main.rs:265:7
[INFO] [stdout]     |
[INFO] [stdout] 265 | trait IntoMcpResult<T> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs_path` is never read
[INFO] [stdout]   --> src/tools/search_docs.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct RustDocsSearcher {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 59 |     docs_path: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RustDocsSearcher` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `docs_path` is never used
[INFO] [stdout]    --> src/tools/search_docs.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout]  63 | impl RustDocsSearcher {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn docs_path(&self) -> &std::path::Path {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `approved_commands` is never read
[INFO] [stdout]    --> src/tools/shell.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub struct ShellExecutor {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 129 |     approved_commands: RwLock<HashSet<String>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `loaded_projects` is never read
[INFO] [stdout]   --> src/tools/checkpoint.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct CheckpointManager {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 60 |     /// In-memory cache: Key = project root path string → list of checkpoint names
[INFO] [stdout] 61 |     loaded_projects: RwLock<HashMap<String, Vec<String>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SetSafetyRequest` is never constructed
[INFO] [stdout]   --> src/tools/safety_config.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct SetSafetyRequest {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160", kill_on_drop: false }`
[INFO] [stdout] 265b887a2f28b592d32f18a8fac9a0c121193b3822d2783fffd2b9ded92ad160
